home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IRIX 6.5 Complementary Applications 2004 May
/
SGI IRIX 6.5 Complementary Applications 2004 May.iso
/
dist
/
OpenOffice.idb
/
usr
/
OpenOffice
/
program
/
nswrapper.z
/
nswrapper
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-07-29
|
198 b
|
11 lines
#!/bin/sh
# if netscape is not found, specify full path here
NETSCAPE=netscape
if ${NETSCAPE} -remote "openURL($1,new-window)" 2>&1 | egrep -si "not running on display"; then
${NETSCAPE} $1
fi